home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / admin / xinetd.2 / xinetd / xinetd.2.1.7-linux.4 / README.netbsd < prev    next >
Encoding:
Text File  |  1996-01-24  |  974 b   |  31 lines

  1. $Id: README.netbsd,v 1.2 1996/01/24 19:26:30 chuck Exp $
  2.  
  3. I did this port of xinetd to BSDI originally for a freenet I helped get
  4. on the air, and cleaned it up some time later while building my first
  5. firewall. Linux, FreeBSD 2.x, and NetBSD 1.x ports came later.
  6.  
  7. Installation goes as per the INSTALL document. Note that you will need the
  8. secure package installed to build successfully. Run compile-src, and pick your
  9. OS (netbsd1). Answer no to the man page question.
  10.  
  11. If you want to build without RPC capability, you should build with the
  12. command
  13.  
  14. ./compile-src -sf no_rpc -os netbsd1
  15.  
  16. After the build completes, you can install to the default directories
  17. /usr/local/sbin for the binary, and /usr/local/man for the manuals,
  18. by typing
  19.  
  20. make install
  21. make install.man
  22.  
  23. from the xinetd subdirectory.
  24.  
  25. Please respect Panos' wishes and address any comments about this version of
  26. xinetd to me. Thanks to Panos for the original version of xinetd.
  27.  
  28. Chuck Murcko
  29. chuck@telebase.com
  30.  
  31.